home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 7 / avgz11.zip / READ.ME < prev   
Text File  |  1989-11-09  |  4KB  |  91 lines

  1.  
  2.                        AverageZ - DSZ LOG Analyzer v1.1
  3.                                    11/09/89
  4.                   Copyright 1989 by Ken Rieck and Dave Masters
  5.  
  6.  
  7. This is going to be short and sweet because I hate reading documentation
  8. too.
  9.  
  10. AverageZ was written over a period of one week using Turbo Pascal 5.5
  11. while trying to teach ourselves pascal.  It started when it was realized
  12. that the LOG file that DSZ can create and maintain has a lot of useful
  13. information, but in it's natural form the information isn't easy to grasp
  14. as a whole.  AverageZ will read the LOG file and compile the all the lines
  15. into one, useful screen of information.  The screen is divided into ZModem
  16. transfers on the left, and all other protocols (like YModem, YModem-G,
  17. XModem, etc.) on the right side.  Version 1.1 will be the last release of
  18. AverageZ.  Due to the limitations of DSZ's logging capabilities, there are
  19. only two things that you can tell from looking at the log file; whether it
  20. was a ZModem transfer or a XModem/YModem transfer.  We will continue to
  21. support AverageZ through the Average Software Support Board which is
  22. listed at the end of this document.
  23.  
  24. Running AverageZ is easy, you simply invoke it by typing:
  25.     AverageZ [filename.ext]
  26. on the command line, [filename.ext] is optional.  If you have the DSZLOG
  27. environment variable set, AverageZ will read it and process the file that
  28. it points to.  If you have this variable set, but want to process a
  29. different LOG file, putting it on the command line will override the
  30. environment setting.
  31.  
  32. There are only two DOS-type errors that AverageZ looks for: if the file
  33. doesn't exist or if the file is in the wrong format.  If it is in the
  34. wrong format, AverageZ abort with a message telling you the line number
  35. (in the LOG file) where the error occurred and you can then edit the LOG
  36. to remove or correct the erroneous line.  Below is a sample of what a
  37. proper DSZ LOG file line looks like:
  38.  
  39. Z 166947 19200 bps 1084 cps   0 errors     0  128 world27.zip 0
  40. ^   ^      ^         ^        ^            ^   ^      ^       ^
  41. │   │      │         │        │            │   │      │       └ S/N
  42. │   │      │         │        │            │   │      └ Filespec
  43. │   │      │         │        │            │   └ Block Size
  44. │   │      │         │        │            └ Flow Control
  45. │   │      │         │        └ Error Count
  46. │   │      │         └ Characters Per Second
  47. │   │      └ Comm Port Speed
  48. │   └ File Size
  49. └ Protocol Used
  50.  
  51. There's no need to go into depth about all the different items on each
  52. line, if you want more information about it, consult the DSZ
  53. documentation.
  54.  
  55. AverageZ will handle up to nine incorrectly formatted lines in your log
  56. file.  If your LOG has bad lines in it, simply use a straight ASCII editor
  57. (like QEDIT) to fix the problem.
  58.  
  59.  
  60. If you haven't set the DSZLOG variable in your environment, you should
  61. add:
  62.  
  63.       SET DSZLOG=<filespec>
  64.  
  65. to your AUTOEXEC.BAT file.  Once you do this, DSZ will maintain a log of
  66. all your transfers.  Again, if you want more information about the DSZLOG=
  67. variable, consult the DSZ documentation.
  68.  
  69. If you like the program, then tell your friends about it and upload it to
  70. your favorite BBS.
  71.  
  72.  
  73. Acknowledgements -
  74.  
  75. We'd like to thank the following:
  76.  
  77. Omen Technologies - Without them, this program wouldn't have a reason to exist.
  78.  
  79. You - For downloading and trying this program.
  80.  
  81.  
  82. If you find any bugs, we'd appreciate a call to the Average Software
  83. Support Board - Data Trax (619) 433-8564.  Data Trax features near-instant
  84. verification and security upgrade using the PCBVerify callback door, so
  85. you call once, get callback verified, and then your access is upgraded
  86. instantly.  If you'd rather not call, then you can send a postcard to:
  87.  
  88.                              Average Software
  89.                              3682 Cliff Way
  90.                              Oceanside, CA 92056
  91.